home *** CD-ROM | disk | FTP | other *** search
/ Flashy TrueType Fonts / Flashy TrueType Fonts.iso / chaos / install.dat < prev    next >
Text File  |  1996-06-10  |  5KB  |  138 lines

  1. /*
  2.  * INSTALL.DAT
  3.  * Project: Fractal Screen Savers
  4.  * Version: 1.10
  5.  */
  6.  
  7. @DefineProject
  8.     @Name = "Fractal Screen Savers"
  9.         @Version = "1.10"
  10.     @Subdir = "\\Chaos"
  11.     @OutDrive = Z
  12. @EndProject
  13.  
  14. @DefineVars
  15.     @Qstring @PkgType   = "BOX"
  16.     @Integer @Blue       = @RGB(0,0,255)             //DEFINE COLOR BLUE
  17.     @Integer @Black      = @RGB(0,0,0)               //DEFINE COLOR BLACK
  18. @EndVars
  19.  
  20. @PkgType = @GetINI("COSMI CDSETUP", "PkgMethod")
  21.  
  22.  
  23. @BackgroundMode(3,@Blue,@Black)
  24. @Display
  25.     @Cls
  26.     Congratulations on your purchase of @Name!
  27.     
  28.     This program will now install @Name 
  29.     to your hard disk drive and verify the integrity
  30.     of the CD-ROM disk. You may press the [Esc] key
  31.     at any time to abort the installation.
  32.  
  33.  
  34.     @Pause
  35. @EndDisplay
  36.  
  37. @GetOutDrive @OutDrive
  38.     @Cls
  39.     Select the HARD disk drive on which you wish to install your
  40.     new copy of @Name. ie. "Drive C:"
  41.  
  42.  
  43.  
  44.  
  45.   
  46.     
  47.     @Suppress(0, 1)
  48.     Use the [CURSOR] to highlight a drive letter. Press [ENTER]
  49.         to select that drive.
  50. @EndOutDrive
  51. /*
  52. @GetSubdir
  53.     @Cls
  54.     INSTALL is now suggesting a name for a program destination subdirectory 
  55.     to which files will be copied. Press [ENTER] to use @OutDrive:@SubDir,
  56.     or type "\" and a "path", where "path" is the subdirectory you want INSTALL
  57.     to use.
  58.     
  59.  
  60. @Prompt = "Which subdirectory ([Enter] = @Subdir) ?"
  61. @EndSubdir
  62. */
  63. @DefineVars
  64.     @Qstring @Item1 = "@OutDrive:\\@Subdir\\hextrap.exe, Hex Trap,
  65.                @OutDrive:\\@Subdir\\hextrap.ico"
  66.     @Qstring @Item2 = "@OutDrive:\\@Subdir\\hextrap.hlp, Hex Trap Help,
  67.                @OutDrive:\\@Subdir\\hextrap.hlp"
  68.     @Qstring @Item3 = "@OutDrive:\\@Subdir\\hextrap.wri, Hex Trap manual,
  69.                @OutDrive:\\@Subdir\\hextrap.wri"
  70.     
  71. @EndVars
  72.  
  73. @DefineDisk
  74.     @Label = "WINDOWS  Disk #1"
  75.     @BeginLib 770.001
  76.         @F CLUSTER.SCR @S 27904 @O @WindowsDrive:\\@WindowsDir\\CLUSTER.SCR
  77.         @F GEM.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\GEM.SCR
  78.         @F NEBULA.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\NEBULA.SCR
  79.         @F PAUSE.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\PAUSE.SCR
  80.         @F SHUTTLE.SCR @S 27904 @O @WindowsDrive:\\@WindowsDir\\SHUTTLE.SCR
  81.         @F SPECS.SCR @S 27904 @O @WindowsDrive:\\@WindowsDir\\SPECS.SCR
  82.         @F SPONGE.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\SPONGE.SCR
  83.         @F SUGAR.SCR @S 27904 @O @WindowsDrive:\\@WindowsDir\\SUGAR.SCR
  84.         @F TWIRLER.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\TWIRLER.SCR
  85.         @F VOLVOX.SCR @S 27648 @O @WindowsDrive:\\@WindowsDir\\VOLVOX.SCR
  86.         @F WHEAT.SCR @S 27392 @O @WindowsDrive:\\@WindowsDir\\WHEAT.SCR
  87.         @F BWCC.DLL @S 164928 @O @WindowsDrive:\\@WindowsDir\\SYSTEM\\BWCC.DLL
  88.         @F AGATE.SCR @S 25600 @O @WindowsDrive:\\@WindowsDir\\AGATE.SCR
  89.         @F AMOEBA.SCR @S 26624 @O @WindowsDrive:\\@WindowsDir\\AMOEBA.SCR
  90.         @F CANDY.SCR @S 25344 @O @WindowsDrive:\\@WindowsDir\\CANDY.SCR
  91.         @F CORN.SCR @S 24832 @O @WindowsDrive:\\@WindowsDir\\CORN.SCR
  92.         @F EYES.SCR @S 26880 @O @WindowsDrive:\\@WindowsDir\\EYES.SCR
  93.         @F GALAXY.SCR @S 26624 @O @WindowsDrive:\\@WindowsDir\\GALAXY.SCR
  94.         @F LADYBUG.SCR @S 27392 @O @WindowsDrive:\\@WindowsDir\\LADYBUG.SCR
  95.         @F NOVA.SCR @S 25344 @O @WindowsDrive:\\@WindowsDir\\NOVA.SCR
  96.         @F PAWS.SCR @S 26624 @O @WindowsDrive:\\@WindowsDir\\PAWS.SCR
  97.         @F PINWHEEL.SCR @S 25344 @O @WindowsDrive:\\@WindowsDir\\PINWHEEL.SCR
  98.         @F REENTRY.SCR @S 26880 @O @WindowsDrive:\\@WindowsDir\\REENTRY.SCR
  99.         @F STARFISH.SCR @S 25344 @O @WindowsDrive:\\@WindowsDir\\STARFISH.SCR
  100.         @F CPALETTE.DLL @S 64512 @O @WindowsDrive:\\@WindowsDir\\SYSTEM\\CPALETTE.DLL
  101.         @F CPBITMAP.DLL @S 175872 @O @WindowsDrive:\\@WindowsDir\\SYSTEM\\CPBITMAP.DLL
  102.         @F README.NOW @S 1680 @O @WindowsDrive:\\@WindowsDir\\README.NOW
  103.         @EndLib
  104. @EndDisk
  105.  
  106.  
  107. @Finish
  108. @If("@PkgType" == "JEWEL")
  109.     @Mkdir("@OutDrive:\\@Subdir")
  110.     @ProgramManager("[CreateGroup(COSMI @Name)][AddItem(@Item1, 0)] 
  111.          [AddItem(@Item2, 0)][AddItem(@Item3, 0)]")
  112.          @Copy("hextrap.*", "@OutDrive:\\@Subdir\\*.*")
  113.          @Copy("snd*.*", "@OutDrive:\\@Subdir\\*.*")
  114. @Else
  115.     @Mkdir("@OutDrive:\\@Subdir")
  116.     @ProgramManager("[CreateGroup(COSMI @Name)][AddItem(@Item1, 0)] 
  117.          [AddItem(@Item2, 0)][AddItem(@Item3, 0)]")
  118.            @Copy("hextrap.*", "@OutDrive:\\@Subdir\\*.*")
  119.          @Copy("snd*.*", "@OutDrive:\\@Subdir\\*.*")
  120. @EndIf
  121.     @ChDrive @OutDrive
  122.     @ChDir "@SubDir"
  123.     //delete files from cosmitmp.dir and remove that dir
  124.     @Delete("@OutDrive:\\cosmitmp.dir\\*.*")
  125.     @RmDir("@OutDrive:\\cosmitmp.dir")
  126.  
  127. @Cls
  128.     Installation of @Name is now finished.
  129.     A New application group has been created titled COSMI.
  130.  
  131.  
  132.  
  133.     
  134.     @Pause
  135. @EndFinish
  136.  
  137. /* end-of-file */
  138.